home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 79
- Top = 156
- Width = 681
- Height = 367
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Menu = MainMenu1
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 15
- object Splitter1: TSplitter
- Left = 200
- Top = 0
- Width = 3
- Height = 302
- Cursor = crHSplit
- end
- object TreeView1: TTreeView
- Left = 0
- Top = 0
- Width = 200
- Height = 302
- ReadOnly = True
- HideSelection = False
- Indent = 19
- OnExpanded = TreeView1Expanded
- OnCollapsed = TreeView1Collapsed
- OnChange = TreeView1Change
- Align = alLeft
- TabOrder = 0
- ParentShowHint = False
- ShowHint = False
- Images = ImageList1
- end
- object Panel2: TPanel
- Left = 203
- Top = 0
- Width = 470
- Height = 302
- Align = alClient
- BevelOuter = bvNone
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object Image1: TImage
- Left = 78
- Top = 92
- Width = 105
- Height = 105
- end
- object bbPlay: TButton
- Left = 12
- Top = 7
- Width = 75
- Height = 27
- Caption = '&Play'
- TabOrder = 5
- Visible = False
- OnClick = bbPlayClick
- end
- object bbStop: TButton
- Left = 91
- Top = 7
- Width = 75
- Height = 27
- Caption = 'St&op'
- TabOrder = 6
- Visible = False
- OnClick = bbStopClick
- end
- object Editor: TRichEdit
- Left = 0
- Top = 41
- Width = 403
- Height = 219
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- ParentFont = False
- PlainText = True
- PopupMenu = PopupMenu1
- ScrollBars = ssBoth
- TabOrder = 0
- Visible = False
- WordWrap = False
- OnChange = EditorChange
- end
- object ScrollBox1: TScrollBox
- Left = 403
- Top = 41
- Width = 67
- Height = 219
- HorzScrollBar.Visible = False
- Align = alRight
- Color = clWindow
- ParentColor = False
- TabOrder = 1
- Visible = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 470
- Height = 41
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 2
- Visible = False
- object Label1: TLabel
- Left = 220
- Top = 13
- Width = 130
- Height = 15
- Caption = 'Control position: 0,0,0,0'
- Visible = False
- end
- object Button1: TButton
- Left = 12
- Top = 8
- Width = 102
- Height = 26
- Caption = '&Compile Script'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 123
- Top = 8
- Width = 83
- Height = 26
- Caption = 'Hide &Dialog'
- TabOrder = 1
- Visible = False
- OnClick = Button2Click
- end
- end
- object Memo2: TMemo
- Left = 0
- Top = 260
- Width = 470
- Height = 42
- Align = alBottom
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 3
- Visible = False
- WordWrap = False
- end
- object MediaPlayer1: TMediaPlayer
- Left = 138
- Top = 231
- Width = 253
- Height = 30
- Visible = False
- TabOrder = 4
- OnNotify = MediaPlayer1Notify
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 302
- Width = 673
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object OpenDialog1: TOpenDialog
- Title = 'Open file containing resource ...'
- Left = 146
- Top = 201
- end
- object ImageList1: TImageList
- Left = 147
- Top = 237
- end
- object MainMenu1: TMainMenu
- Left = 149
- Top = 272
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open ...'
- ShortCut = 16463
- OnClick = Open1Click
- end
- object SaveAs1: TMenuItem
- Caption = 'Save &As ...'
- Enabled = False
- OnClick = SaveAs1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- object ExpandTree1: TMenuItem
- Caption = '&Expand Tree'
- Enabled = False
- OnClick = ExpandTree1Click
- end
- object CollapseTree1: TMenuItem
- Caption = '&Collapse Tree'
- Enabled = False
- OnClick = CollapseTree1Click
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object EditorFont1: TMenuItem
- Caption = 'Editor &Font ...'
- OnClick = EditorFont1Click
- end
- end
- object Special1: TMenuItem
- Caption = '&Special'
- object SaveBinaryResource1: TMenuItem
- Caption = 'Save Resource as a bi&nary file ...'
- Enabled = False
- OnClick = SaveBinaryResource1Click
- end
- object SaveCompiledResource1: TMenuItem
- Caption = 'Save Resource as a *.r&es file ...'
- Enabled = False
- OnClick = SaveCompiledResource1Click
- end
- object SaveResource1: TMenuItem
- Caption = '&Save decompiled Resource as ...'
- Enabled = False
- OnClick = SaveResource1Click
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object SaveAllResources1: TMenuItem
- Caption = 'Save &all Resources ...'
- Enabled = False
- OnClick = SaveAllResources1Click
- end
- object SaveTyperesources1: TMenuItem
- Caption = 'Save [ Type ] resources ...'
- Visible = False
- OnClick = SaveTyperesources1Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object ExchangeIcon1: TMenuItem
- Caption = 'Replace &Icon ...'
- Enabled = False
- OnClick = ExchangeIcon1Click
- end
- object ExchangeCursor1: TMenuItem
- Caption = 'Replace &Cursor ...'
- Enabled = False
- OnClick = ExchangeIcon1Click
- end
- object ExchangeBitmap1: TMenuItem
- Caption = 'Replace &Bitmap ...'
- Enabled = False
- OnClick = ExchangeBitmap1Click
- end
- object ExchangeResource1: TMenuItem
- Caption = 'Replace other &Resource ...'
- Enabled = False
- OnClick = ExchangeResource1Click
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object UpdateResources1: TMenuItem
- Caption = '&Update all Resources ...'
- Enabled = False
- OnClick = UpdateResources1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object AddnewResourcefromresfile1: TMenuItem
- Caption = 'A&dd a new Resource ...'
- Enabled = False
- OnClick = AddnewResourcefromresfile1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object Contents1: TMenuItem
- Caption = '&Contents'
- ShortCut = 112
- OnClick = Contents1Click
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object About1: TMenuItem
- Caption = '&About'
- OnClick = About1Click
- end
- end
- end
- object SaveDialog1: TSaveDialog
- Options = [ofOverwritePrompt, ofHideReadOnly]
- Title = 'Save resource to file...'
- Left = 148
- Top = 167
- end
- object DropFileTarget1: TDropFileTarget
- Dragtypes = [dtCopy]
- GetDataOnEnter = True
- OnDrop = DropFileTarget1Drop
- OnGetDropEffect = DropFileTarget1GetDropEffect
- ShowImage = True
- Left = 149
- Top = 130
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = []
- Left = 150
- Top = 98
- end
- object PopupMenu1: TPopupMenu
- OnPopup = PopupMenu1Popup
- Left = 150
- Top = 65
- object Cut1: TMenuItem
- Caption = 'Cu&t'
- Enabled = False
- ShortCut = 16472
- OnClick = Cut1Click
- end
- object Copy1: TMenuItem
- Caption = '&Copy'
- Enabled = False
- ShortCut = 16451
- OnClick = Copy1Click
- end
- object Paste1: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = Paste1Click
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object Undo1: TMenuItem
- Caption = '&Undo'
- ShortCut = 16474
- OnClick = Undo1Click
- end
- end
- object PopupMenu2: TPopupMenu
- Left = 151
- Top = 29
- object Saveallresources2: TMenuItem
- Caption = 'Save &all resources...'
- OnClick = SaveAllResources1Click
- end
- object SaveTyperesources2: TMenuItem
- Caption = 'Save [ Type ] resources...'
- OnClick = SaveTyperesources1Click
- end
- object Saveresource2: TMenuItem
- Caption = 'Save resource...'
- OnClick = SaveResource1Click
- end
- end
- end
-